home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / FINCREDS.DIR / 00003_Script_3 < prev    next >
Text File  |  1995-11-16  |  292b  |  19 lines

  1. on exitFrame
  2.   global gFinTime
  3.   
  4.   if gFinTime < the ticks then 
  5.     set gFinTime = the ticks + 60 * 8
  6.     go to the frame + 1
  7.   else  
  8.     go to the frame
  9.   end if
  10.   
  11. end
  12.  
  13. on mouseDown 
  14.   global gFinTime
  15.   
  16.   set gFinTime = the ticks + 60 * 8
  17.   go to the frame + 1
  18. end if
  19.